home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / K542X_D1.ZIP / ACADP / TURBODLD.HLP < prev   
Text File  |  1993-03-18  |  24KB  |  542 lines

  1. This is the Help file for DLDSETUP v2.02. It may be no larger than
  2. 48K in size or strange things will happen. The help messages may be
  3. modified, as long as the "tags" (single words preceded by a ":") are
  4. not changed. One possible reason to modify this file is to translate
  5. it into a foreign language. WARNING: Do not start any line with a
  6. colon (":") character because it will be mistaken for a help tag.
  7.  
  8. Copyright (c) 1993  Panacea Inc. - All Rights Reserved
  9.  
  10. :Intro
  11.                           Welcome to TurboDLD!
  12.  
  13.     The following configuration utility is used to configure 
  14.     TurboDLD's operating environment, including things like font 
  15.     size, board type, and resolution. This utility will create a
  16.     file called DLDSETUP.DAT in the sub-directory specified when
  17.     the TurboDLD INSTALL program was run. DLDSETUP.DAT contains
  18.     TurboDLD's configuration information. Please take a moment to
  19.     register your driver by calling Panacea at (603)-437-5022.
  20.     
  21.     After configuring TurboDLD with this utility, you may want to also
  22.     customize your color selections. This is accomplished by running
  23.     DLDCOLOR from the AutoCAD command prompt. Just type "DLDCOLOR" at
  24.     the AutoCAD command prompt. This color configuration program will 
  25.     allow you to manipulate menu colors, drawing colors, and even the 
  26.     physical colors.
  27.     
  28.     Also, remember that at any time while you're running DLDSETUP, you
  29.     can press the question-mark key ("?") to get context sensitive help.    
  30.  
  31. :DrvConfig
  32. Select this menu to configure basic TurboDLD options such as display
  33. list enable/disable, drawing cache enable/disable, number of command 
  34. prompt lines.
  35.  
  36. :DlxConfig
  37. Select this menu to configure TurboDLDDeluxe's Deluxe features.
  38.  
  39. :AdvConfig
  40. Select this menu to configure TurboDLD's advanced features.
  41.  
  42. :SaveExit
  43. Saves your current configuration.
  44.  
  45. :SaveNoExit
  46. Exits WITHOUT saving your current configuration. Any configuration changes
  47. will be lost.
  48.  
  49. :Dlist
  50. You may enable or disable TurboDLD's display list. Disabling it will save
  51. memory, but AutoCAD pan, zoom, and redraw time will be significantly
  52. slower.
  53.  
  54. :Dcache
  55. Enabling the drawing cache lets TurboDLD operate at full speed. The only 
  56. reason to disable the drawing cache is to conserve memory. If you find
  57. you are paging to disk significantly, then you may want to disable the
  58. drawing cache.
  59.  
  60. :32bit
  61. AutoCAD Release 12 supports a 31 bit regen space. Selecting 31 bit will
  62. virtually eliminate regens at the expense of significantly higher memory
  63. usage. If you do not have enough additional memory, select 15. Versions
  64. of AutoCAD before R12 ignore this variable.
  65.  
  66. :CmdEcho
  67. Internal TurboDLD commands are commands which are understood by 
  68. TurboDLD. These commands are used to invoke the BP, bring up menus,
  69. or execute your actual menu commands. To echo these commands on the
  70. command line, choose Enable. To suppress the echo, choose disable.
  71.  
  72. :FlipScreen
  73. The Flip Screen Method is a fail-safe feature. In virtually all
  74. cases, the "Instant" selection will suffice, but in some rare cases,
  75. the combination of a given VGA with a particular system will result
  76. in artifacts left on the display when doing a flip-screen back from
  77. the text screen to the graphics screen. If this occurs on your system,
  78. use the "Force Redraw" option.
  79.  
  80. :bpZoom
  81. There are two modes used to zoom the BP, Float and Freeze. Float mode
  82. always centers the current zoom area in the middle of the BP. Freeze
  83. mode does not center the current zoom area after a zoom. The contents
  84. of the BP area "frozen" in the BP.
  85.  
  86. :dlCompact
  87. Forces a manual clean-up of Display List memory returning any unused
  88. memory back the AutoCAD memory pool.
  89.  
  90. :BPHilite
  91. You may highlight the current viewport with either patterned
  92. lines, a highlight rectangle, or both.
  93.  
  94. :BPRefresh
  95. Choose Enable if you want to have the contents of the Big Picture 
  96. updated as you edit the drawing. This will slow your editing operations
  97. down. Choose Disable if you do not want the Big Picture updated.
  98. This is the faster option.
  99.  
  100. :RegenMode
  101. Choose Fast for the fastest regens possible. If you choose this 
  102. option, you will not see the drawing until the regen is complete.
  103. Choose Incremental if you want to see your drawing displayed 
  104. incrementally during the regen. This option is slower than
  105. fast mode.
  106.  
  107. :BoardList
  108. Hit F1 for a list of VGA cards from which to choose yours.
  109.  
  110. :BoardSelect
  111. Choose a video card from this list.
  112.  
  113. :YourOwnBIOS
  114. If your VGA card is not in the list of supported cards, you can
  115. still set up TurboDLD to use it by telling this Setup program which
  116. BIOS codes the the card uses. The BIOS codes can usually be found
  117. in the manual which came with the VGA card.
  118.  
  119. :VGAResolutions
  120. You must choose a resolution from the list of resolutions
  121. supported by your VGA.
  122.  
  123. :ACADCustom
  124. Not used
  125.  
  126. :ACADRegAX
  127. This is typically where the mode select code goes. The mode MUST
  128. correspond to the color mode (16 or 256 colors) you have chosen,
  129. as indicated at the top of the active window. The mode select code
  130. is generally the same as the mode number listed in your VGA manual
  131. for a given resolution, with BX, CX, and DX all set to 0000. In
  132. some rare cases a special code is put into AX and the mode code 
  133. goes into BX (see help for BX).
  134.  
  135. :ACADRegBX
  136. Most of the time this should be 0000. However, certain card
  137. manufacturers set a special code in AX to indicate that the 
  138. actual mode select code goes into BX.
  139.  
  140. :ACADRegCXDX
  141. No known VGA cards use these registers, and you should simply 
  142. leave them set to 0000. They are provided so that if some
  143. future VGA card uses them, TurboDLD will support them.
  144.  
  145. :ACADModeCode
  146. If you put the BIOS code into AX, then select "AL". This is the register 
  147. that TurboDLD must use to prevent the screen from clearing when changing
  148. modes. Failure to do this correctly will result in the flip screen 
  149. not working correctly in the "FAST" mode, but no harm will be done.
  150. If you're not sure, pick "AL".
  151.  
  152. :ACADRes
  153. Enter the resolution that your card will display in when it goes into
  154. the mode specified above. Note that resolutions above 800x600 (namely
  155. 1024x768) will require the correct setting of the chip type (in the
  156. next menu).
  157.  
  158. :ChipSelect16
  159. If the AutoCAD resolution you chose is 800x600 or less, AND the
  160. AutoShade resolution you are about to chose is 320x200 or less,
  161. then you can get away with selecting "GENERIC". Otherwise, you
  162. must know the brand of VGA chip used in your VGA card. You can
  163. find this information in the manual or by actually looking at the
  164. card and locating the square, flat, black VGA controller chip.
  165.  
  166. :ChipSelect256
  167. Unless you have chosen the 320x200 resolution, you MUST specify
  168. the correct VGA chip type for your board. You can find this
  169. information in the manual or by actually looking at the card and
  170. locating the square, flat, black VGA controller chip.
  171.  
  172. :ShadeCustom
  173. Not used.
  174.  
  175. :ShadeRegAX
  176. This is typically where the mode select code goes. The mode MUST be
  177. a 256 color mode, not 16, 4, or 2. If your VGA manual gives you a 
  178. number, but doesn't tell you where to put it, it probably goes here, 
  179. and you can leave BX, CX, and DX set to 0000. Some VGA's put a special 
  180. code into AX and put the mode code into BX (see help for BX).
  181.  
  182. :ShadeRegBX
  183. Most of the time this should be 0000. However, certain card
  184. manufacturers set a special code in AX to indicate that the actual mode 
  185. select code goes into BX.
  186.  
  187. :ShadeRegCXDX
  188. No current VGA cards use these registers, and you should simply 
  189. leave them set to 0000. They are provided so that if some future
  190. VGA card uses them, TurboDLD will support them.
  191.  
  192. :ShadeRes
  193. Enter the resolution that your card will display in when it goes into
  194. the mode specified above. Note that resolutions above 320x200 will
  195. require the correct setting of the chip type (in the previous menu).
  196.  
  197. :FontSize
  198. Select the font size which you would like used in all the AutoCAD
  199. drawing screen menus, including pull-downs and dialog boxes. The
  200. 8x8 font is rather small, so we recommend that you use either the
  201. 8x14 or 8x16 fonts. A larg